Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatCellsActionCommand Class / FormatCellsActionCommand Constructor / FormatCellsActionCommand Constructor(Worksheet,StyleFormat,Reference,Nullable<Boolean>)
The worksheet which this command attached to.
The range which this command working to.


In This Topic
FormatCellsActionCommand Constructor(Worksheet,StyleFormat,Reference,Nullable<Boolean>)
In This Topic
Initializes a new instance of the FormatCellsActionCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal newStyleFormat As StyleFormat, _
   ByVal reference As Reference, _
   ByVal isMergedCell As Nullable(Of Boolean) _
)
 
'Usage
 
Dim worksheet As Worksheet
Dim newStyleFormat As StyleFormat
Dim reference As Reference
Dim isMergedCell As Nullable(Of Boolean)
 
Dim instance As New FormatCellsActionCommand(worksheet, newStyleFormat, reference, isMergedCell)

Parameters

worksheet
The worksheet which this command attached to.
newStyleFormat
reference
The range which this command working to.
isMergedCell
See Also